home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / parsertf / readme.txt < prev   
Text File  |  1996-04-08  |  2KB  |  52 lines

  1. A HELPFILE SOURCE PARSER PROGRAM FOR DELPHI
  2. (C) 1995 Patrik Wang
  3.                             27 September 1995
  4. DESCRIPTION
  5. All of you that are using VB Helpwriter to make your helpfiles can now also use
  6. it to make Delphi keyword files (*.KWF) to integrate helpfiles in components.
  7. It reads the PRJ file from VB Helpwriter and then convert all footnotes to
  8. the Microsoft RTF specifications and also makes B footnotes for those keywords
  9. that contains the string class_, prop_ or event_. The program is specifically
  10. written for VB Helpwriter rtf footnote format e.d. no post footnotes
  11. (K, $ ...).
  12.  
  13. INSTALLATION
  14. You have to make an installation on your own depending on how you have set up
  15. HelpWriter. I will describe the functionality below.
  16. Because this program is a Windows program it cannot be executed from the pif
  17. file VB Helpwriter uses (HCP.PIF) whenever a compilation needs, you will have
  18. to start this program when you want to generate the KWF file. This is probably
  19. no problem because you will only do this once when the helpfile is finished.
  20. In VB Helpwriter you should just enter the B footnotes as regular keywords, ex.
  21. class_TEdit or prop_Align. Whenever you run the parser program it will remove
  22. those K footnotes and insert a new B footnote for that footnote instead.
  23. As a result you will have to recompile the helpfile again to make sure that
  24. the B footnotes is not in the 'search' (K footnotes), because you dont want to
  25. have keywords names as prop_Align or prop_LoadFromFile in the search for the
  26. helpfile.
  27.  
  28. FILES
  29. README.TXT    Instructions text file (This file).
  30. PARSERTF.EXE  The parser program.
  31.  
  32. DEPENDENCIES
  33. You must have a windows project helpfile and the rtf file associated to it
  34. (Created autamatically by VB Helpwriter).
  35.  
  36. UN-INSTALL
  37. Remove the files from the installation place. It has not created any INI or
  38. other dependent files.
  39.  
  40. FREEWARE
  41. This version of Parser is released as freeware. Use it at your own risk, I will
  42. never take any responsebility of anything regarding this program.
  43. Distribute it as you want and upload it where ever you want. Source is
  44. available for free if you show some interests, reply to e-mail adress below.
  45. This program also shows how simple multi language support can be implemented
  46. with the TMultLang component made by me. For more info look at
  47. http\\mailhost.net\~delphi or send me an e-mail request for info.
  48.  
  49. Author:
  50.     Patrik Wang
  51.     E-Mail: PWang@MSN.COM
  52.